Skip to content

chore(deps): update all non-major dependencies#556

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/all-minor-patch
Open

chore(deps): update all non-major dependencies#556
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/all-minor-patch

Conversation

@renovate

@renovate renovate Bot commented Dec 21, 2025

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Type Update Change Age Confidence
docker/build-push-action action minor v6.18.0v6.19.2 age confidence
docker/login-action action minor v3.6.0v3.7.0 age confidence
docker/setup-buildx-action action minor v3.11.1v3.12.0 age confidence
nuxt (source) devDependencies patch 3.21.73.21.8 age confidence
prettier (source) devDependencies minor ^3.7.4^3.8.4 age confidence
yarn (source) packageManager minor 4.12.04.17.0 age confidence

Release Notes

docker/build-push-action (docker/build-push-action)

v6.19.2

Compare Source

Full Changelog: docker/build-push-action@v6.19.1...v6.19.2

v6.19.1

Compare Source

Full Changelog: docker/build-push-action@v6.19.0...v6.19.1

v6.19.0

Compare Source

  • Scope default git auth token to github.com by @​crazy-max in #​1451
  • Bump brace-expansion from 1.1.11 to 1.1.12 in #​1396
  • Bump form-data from 2.5.1 to 2.5.5 in #​1391
  • Bump js-yaml from 3.14.1 to 3.14.2 in #​1429
  • Bump lodash from 4.17.21 to 4.17.23 in #​1446
  • Bump tmp from 0.2.3 to 0.2.4 in #​1398
  • Bump undici from 5.28.4 to 5.29.0 in #​1397

Full Changelog: docker/build-push-action@v6.18.0...v6.19.0

docker/login-action (docker/login-action)

v3.7.0

Compare Source

Full Changelog: docker/login-action@v3.6.0...v3.7.0

docker/setup-buildx-action (docker/setup-buildx-action)

v3.12.0

Compare Source

Full Changelog: docker/setup-buildx-action@v3.11.1...v3.12.0

nuxt/nuxt (nuxt)

v3.21.8

Compare Source

3.21.8 is a hotfix release to address an issue running the dev server on MacOS.

👉 Changelog

compare changes

🩹 Fixes
  • vite: Shorter socket name for macOs with tmp fallback (#​35265)
  • kit: Respect type option in findPath (#​35272)
  • deps: Update nuxt/scripts presets (ff6b060dd)
📖 Documentation
  • Change null to undefined in data-fetching docs to match actual types (#​35301)
❤️ Contributors
prettier/prettier (prettier)

v3.8.4

Compare Source

diff

Markdown: Fix blank lines between list items and nested sub-lists being removed in Markdown/MDX (#​17746 by @​byplayer)

Prettier was removing blank lines between list items and their nested sub-lists, converting loose lists into tight lists and changing their semantic meaning.

<!-- Input -->
- a

  - b

- c

  - d

<!-- Prettier 3.8.3 -->
- a
  - b
- c
  - d

<!-- Prettier 3.8.4 -->
- a

  - b

- c

  - d

v3.8.3

Compare Source

diff

SCSS: Prevent trailing comma in if() function (#​18471 by @​kovsu)
// Input
$value: if(sass(false): 1; else: -1);

// Prettier 3.8.2
$value: if(
  sass(false): 1; else: -1,
);

// Prettier 3.8.3
$value: if(sass(false): 1; else: -1);

v3.8.2

Compare Source

diff

Angular: Support Angular v21.2 (#​18722, #​19034 by @​fisker)

Exhaustive typechecking with @default never;

<!-- Input -->
@&#8203;switch (foo) {
  @&#8203;case (1) {}
  @&#8203;default never;
}

<!-- Prettier 3.8.1 -->
SyntaxError: Incomplete block "default never". If you meant to write the @&#8203; character, you should use the "&#&#8203;64;" HTML entity instead. (3:3)

<!-- Prettier 3.8.2 -->
@&#8203;switch (foo) {
  @&#8203;case (1) {}
  @&#8203;default never;
}

arrow function and instanceof expressions.

<!-- Input -->
@&#8203;let fn = (a) =>        a?    1:2;

{{ fn ( a         instanceof b)}}

<!-- Prettier 3.8.1 -->
@&#8203;let fn = (a) =>        a?    1:2;

{{ fn ( a         instanceof b)}}

<!-- Prettier 3.8.2 -->
@&#8203;let fn = (a) => (a ? 1 : 2);

{{ fn(a instanceof b) }}

v3.8.1

Compare Source

diff

Include available printers in plugin type declarations (#​18706 by @​porada)
// Input
import * as prettierPluginEstree from "prettier/plugins/estree";

// Prettier 3.8.0
// Property 'printers' does not exist on type 'typeof import("prettier/plugins/estree")'. ts(2339)
prettierPluginEstree.printers.estree; //=> any

// Prettier 3.8.1
prettierPluginEstree.printers.estree; //=> Printer
prettierPluginEstree.printers["estree-json"]; //=> Printer

v3.8.0

Compare Source

diff

🔗 Release Notes

yarnpkg/berry (yarn)

v4.17.0: v4.17.0

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/yarnpkg/berry/compare/@yarnpkg/cli/4.16.0...@​yarnpkg/cli/4.17.0

v4.16.0: v4.16.0

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/yarnpkg/berry/compare/@yarnpkg/cli/4.15.0...@​yarnpkg/cli/4.16.0

v4.15.0: v4.15.0

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/yarnpkg/berry/compare/@yarnpkg/cli/4.14.1...@​yarnpkg/cli/4.15.0

v4.14.1: v4.14.1

Compare Source

What's Changed

  • fix: Widen EBADF fstat version gate to include Node 24.15+ by @​rfoel in #​7104

New Contributors

Full Changelog: https://github.com/yarnpkg/berry/compare/@yarnpkg/cli/4.14.0...@​yarnpkg/cli/4.14.1

v4.14.0: v4.14.0

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/yarnpkg/berry/compare/@yarnpkg/cli/4.13.0...@​yarnpkg/cli/4.14.0

v4.13.0: v4.13.0

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/yarnpkg/berry/compare/@yarnpkg/cli/4.12.0...@​yarnpkg/cli/4.13.0


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • "before 12pm on Sunday"
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from 84f6d0c to 808bc96 Compare January 7, 2026 10:54
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from e3f6f9b to 2535b9a Compare January 21, 2026 20:58
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from c71e1ef to 83bc395 Compare January 28, 2026 14:41
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 0857eda to 8573ef0 Compare February 7, 2026 17:13
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 01f7ee6 to d5a0a1c Compare February 17, 2026 18:55
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from d5a0a1c to 2735173 Compare March 5, 2026 10:04
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 2405e63 to 20e53e7 Compare March 13, 2026 16:17
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from 20e53e7 to 64bc72a Compare March 19, 2026 17:57
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 8fdf5aa to 5e8c5c7 Compare April 1, 2026 18:08
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from 148181f to 18e96f6 Compare April 10, 2026 05:19
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from a4c9e3b to e9973ef Compare April 21, 2026 20:48
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from e9973ef to fd71864 Compare April 29, 2026 10:37
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from fd71864 to 16d88a7 Compare April 30, 2026 05:14
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 4cf23fd to 7649337 Compare May 12, 2026 11:06
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 83b9012 to d28fec9 Compare May 19, 2026 22:30
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 40a2fa1 to f041919 Compare June 2, 2026 16:42
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 0ccc78e to f4754f8 Compare June 15, 2026 12:11
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from d2db68a to e84292f Compare June 19, 2026 23:13
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from e84292f to d30b712 Compare June 20, 2026 02:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants